home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Progs / Adam / ADAM-Boletin de noticias-Ene00.EXE / 0 / RCDATA / TPOPUPIMAGEFORM / TPOPUPIMAGEFORM.txt
Text File  |  2000-01-04  |  561b  |  29 lines

  1. object PopUpImageForm: TPopUpImageForm
  2.   Left = 609
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 133
  7.   ClientWidth = 150
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Scaled = False
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object ImageArea: TNeoBookPaintBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 150
  21.     Height = 133
  22.     Align = alClient
  23.     Color = clWhite
  24.     ParentColor = False
  25.     OnClick = ImageClick
  26.     OnPaint = ImageAreaPaint
  27.   end
  28. end
  29.